home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Haight-Ashbury in the Sixties
/
Haight-Ashbury in the Sixties (1996)(Rockument)(Disc 1 of 2)[Mac-PC].iso
/
mac
/
MAIN
/
TUNEIN
/
TURNON
/
SHARED.DIR
/
00555_Script_555
< prev
next >
Wrap
Text File
|
1995-05-31
|
2KB
|
66 lines
on startmovie
global AutoPlayMode
global rolledShow, searchShow
global CreditsWindow, HelpWindow, TimeLineWindow
cursor [552,553]
-- following 3 lines added by TB on 5/6/95
puppetPalette "System"
updatestage
puppetPalette 0
--
-- following lines added by TB on 5/18/95
if the movie <> "CREDITS.DIR" then
if objectP(CreditsWindow) then
forget CreditsWindow
end if
end if
--
if the movie <> "HELP.DIR" then
if objectP(HelpWindow) then
forget HelpWindow
end if
end if
--
if the movie <> "TIMELINE.DIR" then
if rolledShow = false then
if searchShow = false then
if objectP(TimeLineWindow) then
forget TimeLineWindow
end if
end if
end if
end if
--
--
If AutoPlayMode = "ON" then
set the puppet of sprite 40 = true
set the castnum of sprite 40 = 542
updatestage
else
set the puppet of sprite 40 = false
set the castnum of sprite 40 = 539
updatestage
end if
-- following lines added by TB on 5/18/95
if the movie = "TURNON.DIR" then
set the visibility of sprite 40 = false
set the visibility of sprite 42 = false
set the visibility of sprite 43 = false
set the visibility of sprite 44 = false
set the visibility of sprite 45 = false
set the visibility of sprite 46 = false
set the visibility of sprite 47 = false
else
set the visibility of sprite 40 = false
set the visibility of sprite 41 = false
set the visibility of sprite 42 = false
set the visibility of sprite 43 = false
set the visibility of sprite 44 = false
set the visibility of sprite 45 = false
set the visibility of sprite 46 = false
set the visibility of sprite 47 = false
end if
end startmovie